Rdocumentation
powered by
Learn R Programming
darch (version 0.10.0)
setLogLevel<-: Sets the log level for the
Net
.
Description
The log levels a defined by the
futile.logger
package. The following levels a available:
TRACE
DEBUG
INFO
WARN
ERROR
Usage
setLogLevel(net) <- value
"setLogLevel"(net) <- value
Arguments
net
A instance of the class
Net
.
value
Object of the class
numeric
.
See Also
Net